-
Notifications
You must be signed in to change notification settings - Fork 8.3k
boards: intel: Add WCL board support #99205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5aa79e2 to
5e317b2
Compare
96a6002 to
37c84c5
Compare
nordicjm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR should be split into multiple commits e.g. one for adding SoC, one for adding board
f972748 to
64adf5a
Compare
fc92656 to
cafd5f6
Compare
Do check now |
|
@nordicjm @edersondisouza @tejlmand Fixed all the received comments. If no other changes required, Do approved this PR. |
Pro tip: in the top right is this |
Done |
The ordering issues are still there: including |
cafd5f6 to
541765c
Compare
This commit introduces SOC support for Wildcat Lake. Signed-off-by: S Swetha <s.swetha@intel.com>
Add wildcat lake yaml Signed-off-by: S Swetha <s.swetha@intel.com>
Fix HPET Clock-frequency property in yaml file Signed-off-by: S Swetha <s.swetha@intel.com>
This commit introduces device treee source for Wildcat Lake platform Signed-off-by: S Swetha <s.swetha@intel.com>
541765c to
86afe22
Compare
This commit introduces board defintion for Wildcat Lake. Signed-off-by: S Swetha <s.swetha@intel.com>
This commit introduces overlay files for intel Wildcat lake boards Signed-off-by: S Swetha <s.swetha@intel.com>
Swap PAD_CFG1_IOSTERM_PU and PAD_CFG1_IOSTERM_PD values. Signed-off-by: S Swetha <s.swetha@intel.com>
86afe22 to
2f7f441
Compare
Fixed. Do check now |
|
|
@edersondisouza Do review |
|
@edersondisouza Please review the updated changes |





This commit introduces support for Intel Wildcat Lake (WCL) enabling Zephyr RTOS to run on this platform. New additions include complete board definition and configuration, SoC support for the Wildcat Lake platform, device tree definitions and CPU bindings, GPIO driver extensions, and test overlays for peripheral validation.